Results for spec@arb_texture_buffer_range@ranges-2 compat

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0:00:00.208054
Stdout
The compatibility profile forced.
scalarBlockLayout OR EXT_scalar_block_layout PIGLIT: {"result": "fail" }
Stderr
WARNING: NVK is not a conformant Vulkan implementation, testing use only.
WARNING: Some incorrect rendering might occur because the selected Vulkan device (TU104) doesn't support base Zink requirements: have_EXT_line_rasterization 
Failed to compile vertex shader: 0:1(10): error: GLSL 1.40 is not supported. Supported versions are: 1.10, 1.20, 1.00 ES, 3.00 ES, and 3.10 ES

source:
#version 140
uniform samplerBuffer s;
out vec4 color;
void main() {
	vec4 x = texelFetch(s, gl_VertexID);
	gl_Position = vec4(x.xy, 0, 1);
	color = vec4(x.zw, 0, 1);
}
Environment
PIGLIT_SOURCE_DIR="/home/airlied/devel/piglit" PIGLIT_PLATFORM="mixed_glx_egl"
Command
/home/airlied/devel/piglit/bin/arb_texture_buffer_range-ranges-2 -compat -auto -fbo
dmesg

        

Back to summary